home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / ActiveX Controlls / NCTAudioEditor2 ActiveX DLL / NCTAudioEditor2.exe / {app} / Samples / TestBCBAudioEditor2 / About.cpp next >
Encoding:
C/C++ Source or Header  |  2002-10-10  |  476 b   |  15 lines

  1. //---------------------------------------------------------------------
  2. #include <vcl.h>
  3. #pragma hdrstop
  4.  
  5. #include "About.h"
  6. //---------------------------------------------------------------------
  7. #pragma resource "*.dfm"
  8. TfrmAbout *frmAbout;
  9. //--------------------------------------------------------------------- 
  10. __fastcall TfrmAbout::TfrmAbout(TComponent* AOwner)
  11.     : TForm(AOwner)
  12. {
  13. }
  14. //--------------------------------------------------------------------- 
  15.